home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / Demos / Herois / Codigo.Cst / 00211_Script_MM Hercules VaiFotos 1 < prev    next >
Text File  |  1999-03-19  |  398b  |  19 lines

  1. on mouseUp
  2.   global myMemSize
  3.   if the mouseV < 176 then 
  4.     set foto = 5
  5.     set pulo = -1767
  6.   else if the mouseV > 259 then
  7.     set foto = 2
  8.     set pulo = -536
  9.   else
  10.     set foto = 4
  11.     set pulo = -1334
  12.   end if
  13.   
  14.   if myMemSize > 15 * 1024 * 1024 then
  15.     MMVaiFotos marker("HerculesFotos"), pulo, 13, 19
  16.   else
  17.     MMVaiFotosLimitado "HerculesFotos", foto
  18.   end if
  19. end